deno.com

method MIMEParams.prototype.[Symbol.iterator]

#MIMEParams.prototype.[Symbol.iterator](): Iterator<[string, string]>

Returns an iterator over each of the name-value pairs in the parameters.

Return Type #

Iterator<[string, string]>